home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / samples / bsmtp / rcsmtp.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-09-05  |  278 b   |  11 lines

  1. #!/bin/sh
  2. # @(#)samples/bsmtp/rcsmtp.sh    1.4 9/6/92 04:16:11
  3.  
  4. # Receive compressed batches of SMTP commands and send them
  5. # to smail.
  6.  
  7. # the following line should be changed to reflect the
  8. # organization of your system.
  9. /usr/local/bin/compress -d | /bin/rsmtp -oMr cbsmtp
  10. exit 0
  11.